home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Small Eiffel 0.4.8 / lib_show / cecil / example3 / cecil.se < prev    next >
Encoding:
Text File  |  1997-04-13  |  268 b   |  9 lines  |  [TEXT/ttxt]

  1. -- The name of the include C file :
  2. eiffel.h
  3. -- The features you want to call from C :
  4. array_of_animal_item    ARRAY[ANIMAL]    item
  5. array_of_animal_lower    ARRAY[ANIMAL]    lower
  6. array_of_animal_upper    ARRAY[ANIMAL]    upper
  7. cry            ANIMAL        cry
  8. string_to_external    STRING        to_external
  9.